projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2f1d8
)
rockchip: config: sync the ENV offset from rockchip legacy U-Boot
author
Kever Yang
<
[email protected]
>
Tue, 31 Oct 2017 07:52:19 +0000
(15:52 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 7 Nov 2017 08:16:56 +0000
(09:16 +0100)
Using the ENV offset from rockchip legacy U-Boot for all SoCs,
the offset is 4MB-32KB
Signed-off-by: Kever Yang <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
include/configs/rockchip-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rockchip-common.h
b/include/configs/rockchip-common.h
index 96b5fce46f24e7dbc02961b54502936cb3423216..3fc1b7153b7fe66985289ca05907829dc57c1840 100644
(file)
--- a/
include/configs/rockchip-common.h
+++ b/
include/configs/rockchip-common.h
@@
-61,19
+61,10
@@
#endif
-#if CONFIG_IS_ENABLED(ROCKCHIP_BACK_TO_BROM)
-/* SPL @ 32k for 34k
- * u-boot directly after @ 68k for 400k or so
- * ENV @ 992k
- */
-#define CONFIG_ENV_OFFSET ((1024-32) * 1024)
-#else
-/* SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
+/*
+ * Rockchip SoCs use fixed ENV 32KB@(4MB-32KB)
*/
-#define CONFIG_ENV_OFFSET (96 * 1024)
-#endif
+#define CONFIG_ENV_OFFSET (SZ_4M - SZ_32K)
#define CONFIG_DISPLAY_BOARDINFO_LATE